-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs(react-start): serialization adapters #5860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughAdds a new "Custom serialization adapters" section to the Server Functions guide explaining how to implement and configure custom adapters (with a TypeScript bigint example); the same content is inserted in two places in the document. No API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@m9tdev can you add the same to the solid docs so they stay in sync? |
|
we need to document serialization adapters more generally, not just for server functions. they apply for beforeLoad and loader as well. a separate doc page should be added for this. want to do this when i find the time :) |
|
@birkskyum Should they be the same for Solid? I have no experience with Solid, but if they are the same I'll add them! @schiller-manuel Maybe we can add this in the meantime to save others some time when looking for it. |
|
View your CI Pipeline Execution ↗ for commit 86875e6
☁️ Nx Cloud last updated this comment at |
|
Yes it's the same for solid, except for the package name being solid-start |
Added an example on how to add serialization adapters for React Start. Not 100% sure if the right place is in the server function docs. LMK otherwise!
Summary by CodeRabbit